'Declaration <DescriptionAttribute("A value, which must be returned by the trigger predicate for trigger activation.")> Public ReadOnly Property ActivationValue As Boolean
[Description("A value, which must be returned by the trigger predicate for trigger activation.")] public bool ActivationValue { get; }
[Description("A value, which must be returned by the trigger predicate for trigger activation.")] public: __property bool get_ActivationValue();
[Description("A value, which must be returned by the trigger predicate for trigger activation.")] public:
property bool ActivationValue { bool get(); }
Property Value
True - триггер должен быть активирован, если предикат триггера возвращает true; false - триггер должен быть активирован, если предикат триггера возвращает false.